Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
This is Crowdstrike base template which is used to generate access token and this is used in actual crowdstrike templates. This playbook gets triggered when a new Http request is created and this is being called from other Crowdstrike playbooks.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | CrowdStrike Falcon Endpoint Protection |
| Source | View on GitHub |
📄 Source: CrowdStrike_Base/readme.md
## Summary This is Crowdstrike base template which is used to generate access token and this is used in actual crowdstrike templates. This playbook gets triggered when a new Http request is created and this is being called from other Crowdstrike playbooks.

Fill in the required parameters:
Once deployment is complete, we need to add the playbook in the access policy of the Keyvault learn how
When a http request is received from another playbook or if this playbook is run manually, this playbook will be triggered
Initialize a string variable which holds the ClientID key name from Keyvault
Initialize a string variable which holds the ClientSecret key name from Keyvault
This gets the Client Id secret Value from Keyvault
This gets the ClientSecret secret Value from Keyvault
Initialize a string variable which holds the crowdstrike host Url
This action will get the OAuth2 access token from Crowdstike using ClientID and ClientSecret as inputs
This action will parse the response in to Json format
This holds the access token and Crowdstrike host URL
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Playbooks · Back to CrowdStrike Falcon Endpoint Protection